class c4_BytesProp : public c4_Property

Binary properties.

Public:

c4_BytesProp (const char* name_);
Constructs a new property.
c4_BytesRef operator() (c4_RowRef row_);
Gets or sets a bytes property in a row.
c4_Bytes Get (c4_RowRef row_);
Gets a bytes property in a row.
void Set (c4_RowRef row_, const c4_Bytes& value_);
Sets a bytes property in a row.
c4_Row operator[] (const c4_Bytes& value_);
Create a row with one bytes object, shorthand for AsRow.
c4_Row AsRow (const c4_Bytes& value_);
Create a row with one bytes object.


#include "k4view.h"   // Jun 8, 1997